home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / MDSPL100.LZH / README.TXT < prev   
Text File  |  1987-11-03  |  3KB  |  57 lines

  1.  
  2.  
  3.                       MDISPLAY SECONDARY MONITOR ROUTINES
  4.  
  5.                       (c) William B. Bird, November 1987
  6.  
  7.  
  8.          This disk contains a number of library routines and demo programs
  9.       that will allow you to use your secondary (monochrome) monitor in a
  10.       program that also uses a primary color monitor.  It supports the
  11.       creation of text windows and allows the monochrome monitor to be
  12.       shared by more than one program (you must insure that they do not
  13.       conflict with each other).
  14.          The major documentation for these programs will be found in the file
  15.       MDISPLAY.DOC.  The demonstration and utility programs are supplied with
  16.       commented source to provide examples of the actual use of these
  17.       routines.
  18.  
  19.  
  20.        DISTRIBUTION OF THE MATERIALS DESCRIBED IN THIS DOCUMENT IS ALLOWED,
  21.        SUBJECT TO THE CONDITIONS STATED IN THE FILE MDISPLAY.DOC.  THIS
  22.        MATERIAL MAY BE DISTRIBUTED TO INTERESTED USERS BUT MAY NOT BE SOLD
  23.        OR OTHERWISE PACKAGED WITH A COMMERCIAL PRODUCT WITHOUT THE EXPRESS
  24.        WRITTEN CONSENT OF THE AUTHOR.
  25.  
  26.                                               William B. Bird, November 1987
  27.  
  28.  
  29.  
  30.  
  31.  
  32. README   TXT     Program overview and file list
  33. MDISPLAY DOC     Mdisplay routine documentation
  34. MDISPLAY H       C include file for entry points and variables
  35. MDISPLAY OBJ     Mdisplay routines in OBJ format
  36. MDISPLAY LIB     Mdisplay routines in MS LIB format
  37. MDSPDEMO         Make file for mdisplay demo
  38. MDSPDEMO C       Source for mdisplay demo
  39. MDSPDEMO EXE     Executable file for mdisplay demo
  40. MDSPTEE          Make file for mdisplay tee utility
  41. MDSPTEE  C       Source file for mdisplay tee utility
  42. MDSPTEE  EXE     Executable file for mdisplay tee utility
  43. MDSP             Make file for MDSP utilities
  44. MDSP     BAT     Test batch file for MDSP utilities
  45. MDSPI    C       Source file for program to initialize monochrome
  46.                  display
  47. MDSPI    EXE     Executable file for program to initialize monochrome
  48.                  display
  49. MDSP1    C       Source file for program to write to the left half of
  50.                  the monochrome screen
  51. MDSP1    EXE     Executable file for program to write to the left half
  52.                  of the monochrome screen
  53. MDSP2    C       Source file for program to write to the right half of
  54.                  the monochrome screen
  55. MDSP2    EXE     Executable file for program to write to the right half
  56.                  of the monochrome screen
  57.